home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lantools / nameserv / ien116.h < prev    next >
Text File  |  1988-10-17  |  406b  |  14 lines

  1. /* defines for the ien116 name server */
  2.  
  3. #define PORT 42            /* Port for the server */
  4.  
  5. /* Message types from IEN 116 */
  6. #define ADDR_REQ 1        /* Address Request */
  7. #define ADDR_ANS 2        /* Address Request Answer */
  8. #define ERR      3        /* Error */
  9.  
  10. /* Error types from IEN 116 */
  11. #define UNK_ERR  0        /* Unknown Error */
  12. #define HOST_UNK 1        /* Host Unknown */
  13. #define SYNT_ERR 2        /* Syntax Error */
  14.